Learn how content indexing works with the Algolia Salesforce B2C Commerce cartridge.
Content Assets
and Page Designer Pages
.
AlgoliaContentIndex_v2
SFCCContentSearchIndex
and algoliaContentIndex
. It extracts Salesforce B2C content data and sends it for indexing to Algolia.
For more details, see Configuration.
splittingTag
HTML tag as a job-level parameter. For example, if you set the splittingTag
to h1
, the job will generate at least one record per <h1>
section. If one of the section is too big, it will be split even more (see below).
DEFAULT_MAX_RECORD_BYTES
.
The default value is 10,000 bytes.